gtk: Fix version resource on for Windows 11 SDK
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 13 Oct 2021 04:16:06 +0000 (12:16 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 13 Oct 2021 04:21:10 +0000 (12:21 +0800)
commit3481ebdafb474ce7e312914e998e7212ecdbc5ba
tree06a7c41650039cf81219a2bfbadedf8639512c9f
parent71eece2f3513e36594628f999cec9b5573efe745
gtk: Fix version resource on for Windows 11 SDK

The rc.exe that comes with the Windows 11 SDK does not allow one to include
winuser.h directly in the .rc scripts, so make sure that it is not included
by gtk-win32.rc.body.in, but instead include windows.h with WIN32_LEAN_AND_MEAN
defined.
gtk/gtk-win32.rc.body.in